home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / hobby / dobox12.zip / README.TXT < prev   
Text File  |  1993-06-06  |  5KB  |  110 lines

  1.                              ================
  2.                                    DOBOX
  3.                            A Box Score Analyzer
  4.                              ================
  5.  
  6. WEYMOUTH, MA - April 25, 1992:
  7.  
  8.  By using box score files downloaded from places like The Complete Sports  BBS 
  9. (see ad below!) or the USA  Today Sports Center BBS,  DOBOX will tally up  all 
  10. the numbers for the players you want to keep an eye on - your rotisserie team, 
  11. possible replacement players, or  just your favorite  baseball team.  You  can 
  12. combine one or more  box score  files and  DOBOX will  total them  all up  and 
  13. produce a report with both batting  and pitching statistics, showing both  the 
  14. team a player played for and the position he played.  
  15.  
  16.  DOBOX is a very simple program to use.  First, you need to create two  simple 
  17. text files.  Each has a  very simple format: one  name per line, exactly  like 
  18. the name appears in the box score  file.  It does not matter whether the  name 
  19. is in lower, upper, or  mixed case, only  that it match  exactly how the  name 
  20. (possibly including a  first initial or  two) appears in  the box score  file.  
  21. The file BATTERS should contain a list  of all the batters you are  interested 
  22. in keeping track of and the file PITCHERS is used to list all the pitchers you 
  23. want stats on.  Check out the  enclosed sample BATTERS and PITCHERS files  for 
  24. further examples of how to  use it.
  25.  
  26.  There are only  two special  commands that  can be  found in  the BATTERS  or 
  27. PITCHERS file, the '=' and  '#'.  If  a player's  name is  not unique  between 
  28. leagues and you are using both NL and AL box scores, you'll need to add either 
  29. an "=NL" or "=AL" after  the name to  say which player  you are interested  in 
  30. (see the MCDOWELL entry in the  sample PITCHERS file).  The '#' character,  if 
  31. at the beginning of the line, makes  that line a comment line, which means  it 
  32. will be completely ignored by DOBOX, which will skip to the next ilne.  Again, 
  33. check out the PITCHERS file for an example of both.  
  34.  
  35.  After creating the two input files with the lists of names, run DOBOX, giving 
  36. it a list of one or more box score  files to use as data files on the  command 
  37. line.  DOBOX looks for the files BATTERS and PITCHERS in the same directory it 
  38. is running from and  reads in  each file  passed to  it.  Then  it displays  a 
  39. complete statistical summary  of your  players, batters  first then  pitchers.  
  40. You can use redirection to put it into a file or print it out on a printer.  
  41.  
  42.  Here is an example of how to invoke DOBOX:
  43.  
  44. > dobox al_0424.box c:\bb\al_0422.box >today.box
  45.  
  46.  This command tells dobox to use two box score files, one found in the current 
  47. directory and one found on the  c: drive in the  \bb directory.  Then it  will 
  48. place the output into a file in the current directory called TODAY.BOX.  
  49.  
  50.  The list of box score files can be  as long as you want, limited only by  the 
  51. maximum command  line  length  for  DOS,  which  is  usually  128  characters.  
  52. However, you can use DOS wildcards (the '*' and '?' characters) to specify the 
  53. file or files to use.  
  54.  
  55.  Some special options you can specify on the command line include:
  56.  
  57.  -b filename : Name of the batters file.  Default is BATTERS.
  58.  -p filename : Name of the pitchers file.  Default is PITCHERS.
  59.  -t ext : Up to three letter extension to find Batters.ext & Pitchers.ext
  60.  
  61.  You can get  a quick list  of these arguments,  plus version information,  by 
  62. just typing in DOBOX without any arguments.  
  63.  
  64.  ****************************************************************
  65.  
  66.                              REVISION HISTORY
  67.  
  68. V1.2 - June 6, 1993 - Add Colorado & Florida
  69.                       Handle the stat paragraphs better
  70.               Add '#' comment character
  71.  
  72. V1.1 - May 5, 1992 - Fix a few bugs and add NL teams
  73.  
  74. V1.0 - April 25, 1992 - Initial Release
  75.  
  76.  ****************************************************************
  77.  
  78. This program was written by Jonathan Arnold and Mark Mallett.  
  79. Copyright 1991-1992.
  80.  
  81. It is free to use and distribute, but we retain the rights to it.  Please
  82. include this file with the distribution.
  83.  
  84. Enclosed files:
  85.   DOBOX.EXE - executable
  86.   README.TXT - this file
  87.   PITCHERS - sample pitchers name file
  88.   BATTERS - sample batters name file
  89.   AL_0424.BOX - Sample AL Box Score File
  90.   NL_0503.BOX - Sample NL Box Score File
  91.   DOBOX.BAT - Sample batch file to run DOBOX 
  92.  
  93. So, after reading this, try typing:
  94.  dobox al_060?.box
  95.  
  96.  ****************************************************************
  97.  
  98. For support and the latest version ... and to get all the latest Box
  99. Scores, check out:
  100.  
  101.  
  102.      ================================================================
  103.      ** The Complete Sports BBS * Your Complete Sports Info Source **
  104.      *** (617)335-2238 ** 24Hr Sports News, Games, and Statistics ***
  105.      ================================================================
  106.  
  107.  
  108.  ****************************************************************
  109.  
  110.